home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / YH561411.CAB / FL_CSSMetaData_xml_ENU_X86.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2001-01-01  |  15KB  |  101 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <cssmd:cssmd xmlns:cssmd="x-schema:..\CSSMetaDataSchema.xml" version="VS7">
  3.   <cssmd:property-set>
  4.  
  5.     <!-- Font Properties -->
  6.     <cssmd:property-def id="color" type="color" description="Color of an element's text" syntax="#RRGGBB | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/>
  7.     <cssmd:property-def id="font" type="composite" description="Font used for an element's text" syntax="one of the system fonts | [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family]" enum="caption icon menu messagebox smallcaption statusbar"/>
  8.     <cssmd:property-def id="font-family" type="font" description="Name of the font used for an element's text" syntax="A font face name sequence"/>
  9.     <cssmd:property-def id="font-style" type="enum" description="Style of the font used for an element's text" syntax="One of the font-style values" enum="italic normal"/>
  10.     <cssmd:property-def id="font-variant" type="enum" description="Variant of the font used for an element's text" syntax="One of the font-variant values" enum="normal small-caps"/>
  11.     <cssmd:property-def id="font-size" type="enum-length" description="Size of the font used for an element's text" syntax="length | percentage | standard font size value" enum="large larger medium small smaller x-large x-small xx-large xx-small"/>
  12.     <cssmd:property-def id="font-weight" type="enum" description="Boldness of the font used for an element's text" syntax="One of the font-weight values" enum="bold bolder lighter normal 100 200 300 400 500 600 700 800 900"/>
  13.     <cssmd:property-def id="text-decoration" type="composite" description="Decorations applied to font used for an element's text" syntax="none | combination of 'underline', 'overline' and 'line-through'"/>
  14.  
  15.     <!-- Background Properties -->
  16.     <cssmd:property-def id="background" type="composite" description="Background of an element" syntax="[background-color] [background-image] [background-repeat] [background-attachment] [background-position]"/>
  17.     <cssmd:property-def id="background-color" type="color" description="Color used for an element's background" syntax="#RRGGBB | Transparent | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal Transparent White Yellow"/>
  18.     <cssmd:property-def id="background-image" type="url" description="Image used for an element's background" syntax="none | url([url to image])"/>
  19.     <cssmd:property-def id="background-attachment" type="enum" description="How the background image is attached to an element within the document" syntax="One of the background-attachment values" enum="fixed scroll"/>
  20.     <cssmd:property-def id="background-repeat" type="enum" description="How the background image is tiled within an element" syntax="One of the background-repeat values" enum="no-repeat repeat repeat-x repeat-y"/>
  21.     <cssmd:property-def id="background-position" type="composite" description="How the background is positioned within an element" syntax="[horizontal position] [vertical position]"/>
  22.  
  23.     <!-- Text Properties -->
  24.     <cssmd:property-def id="text-align" type="enum" description="The horizontal alignment of an element's text" syntax="One of the text-align values" enum="center justify left right"/>
  25.     <cssmd:property-def id="vertical-align" type="enum" description="The vertical alignment of an element's text" syntax="One of the vertical-align values" enum="baseline sub super"/>
  26.     <cssmd:property-def id="text-justify" type="enum" description="The justification style of justified text" syntax="One of the text-justify values" enum="auto distribute distribute-all-lines inter-word newspaper"/>
  27.     <cssmd:property-def id="letter-spacing" type="enum-length" description="The spacing between characters" syntax="normal | a unit" enum="normal"/>
  28.     <cssmd:property-def id="line-height" type="enum-length" description="The spacing between lines" syntax="normal | a unit" enum="normal"/>
  29.     <cssmd:property-def id="text-indent" type="length" description="The indentation of text" syntax="a unit"/>
  30.     <cssmd:property-def id="direction" type="enum" description="The direction that text flows in" syntax="One of the direction values" enum="ltr rtl"/>
  31.     <cssmd:property-def id="text-transform" type="enum" description="Letter case of the text" syntax="One of the text-transform values" enum="capitalize lowercase none uppercase"/>
  32.     <cssmd:property-def id="word-spacing" type="enum-length" description="The spacing between words" syntax="normal | a unit" enum="normal"/>
  33.  
  34.     <!-- Position Properties -->
  35.     <cssmd:property-def id="position" type="enum" description="The positioning mode of an element" syntax="One of the position values" enum="absolute relative static"/>
  36.     <cssmd:property-def id="left" type="length" description="The left edge of a positioned element" syntax="a unit"/>
  37.     <cssmd:property-def id="top" type="length" description="The top edge of a positioned element" syntax="a unit"/>
  38.     <cssmd:property-def id="height" type="length" description="The height of a positioned element" syntax="a unit"/>
  39.     <cssmd:property-def id="width" type="length" description="The width of a positioned element" syntax="a unit"/>
  40.     <cssmd:property-def id="z-index" type="number" description="The stacking order of a positioned element" syntax="an integer"/>
  41.  
  42.     <!-- Layout Properties -->
  43.     <cssmd:property-def id="display" type="enum" description="The display mode of an element" syntax="One of the display values" enum="block inline none"/>
  44.     <cssmd:property-def id="visibility" type="enum" description="The visibility of an element" syntax="One of the visibility values" enum="hidden visible"/>
  45.     <cssmd:property-def id="float" type="enum" description="Edge of the object on which text will flow" syntax="One of the float values" enum="left none right"/>
  46.     <cssmd:property-def id="clear" type="enum" description="Sides on which floating objects will not be allowed" syntax="One of the clear values" enum="both left none right"/>
  47.     <cssmd:property-def id="clip" type="string" description="The clipping rectangle of an element" syntax="rect([top unit] [right unit] [bottom unit] [left unit])"/>
  48.     <cssmd:property-def id="overflow" type="enum" description="Visibility of content extending beyond element's dimensions" syntax="One of the overflow values" enum="auto hidden scroll visible"/>
  49.     <cssmd:property-def id="page-break-before" type="enum" description="Page breaks before an element" syntax="One of the page-break-before values" enum="always auto"/>
  50.     <cssmd:property-def id="page-break-after" type="enum" description="Page breaks after an element" syntax="One of the page-break-after values" enum="always auto"/>
  51.  
  52.     <!-- Edges Properties -->
  53.     <cssmd:property-def id="padding" type="composite" description="The padding around all four edges of an element" syntax="[top unit] [right unit] [bottom unit] [left unit]"/>
  54.     <cssmd:property-def id="padding-left" type="length" description="The padding on the left edge of an element" syntax="a unit"/>
  55.     <cssmd:property-def id="padding-right" type="length" description="The padding on the right edge of an element" syntax="a unit"/>
  56.     <cssmd:property-def id="padding-top" type="length" description="The padding on the top edge of an element" syntax="a unit"/>
  57.     <cssmd:property-def id="padding-bottom" type="length" description="The padding on the bottom edge of an element" syntax="a unit"/>
  58.     <cssmd:property-def id="margin" type="composite" description="The margin around all four edges of an element" syntax="[top unit] [right unit] [bottom unit] [left unit]"/>
  59.     <cssmd:property-def id="margin-left" type="length" description="The margin on the left edge of an element" syntax="a unit"/>
  60.     <cssmd:property-def id="margin-right" type="length" description="The margin on the right edge of an element" syntax="a unit"/>
  61.     <cssmd:property-def id="margin-top" type="length" description="The margin on the top edge of an element" syntax="a unit"/>
  62.     <cssmd:property-def id="margin-bottom" type="length" description="The margin on the bottom edge of an element" syntax="a unit"/>
  63.     <cssmd:property-def id="border" type="composite" description="The border around all four edges of an element" syntax="[border-style] [border-width] [border-color]"/>
  64.     <cssmd:property-def id="border-left" type="composite" description="The border on the left edge of an element" syntax="[border-style] [border-width] [border-color]"/>
  65.     <cssmd:property-def id="border-right" type="composite" description="The border on the right edge of an element" syntax="[border-style] [border-width] [border-color]"/>
  66.     <cssmd:property-def id="border-top" type="composite" description="The border on the top edge of an element" syntax="[border-style] [border-width] [border-color]"/>
  67.     <cssmd:property-def id="border-bottom" type="composite" description="The border on the bottom edge of an element" syntax="[border-style] [border-width] [border-color]"/>
  68.     <cssmd:property-def id="border-color" type="color" description="The color of the border around all four edges of an element" syntax="#RRGGBB | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/>
  69.     <cssmd:property-def id="border-style" type="enum" description="The style of the border around all four edges of an element" syntax="One of the border-style values" enum="double groove inset none outset ridge solid"/>
  70.     <cssmd:property-def id="border-width" type="enum-length" description="The width of the border around all four edges of an element" syntax="a unit | One of the border-width values" enum="medium thick thin"/>
  71.     <cssmd:property-def id="border-left-color" type="color" description="The color of the border on the left edge of an element" syntax="#RRGGBB | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/>
  72.     <cssmd:property-def id="border-left-width" type="enum-length" description="The width of the border on the left edge of an element" syntax="a unit | One of the border-width values" enum="medium thick thin"/>
  73.     <cssmd:property-def id="border-left-style" type="enum" description="The style of the border on the left edge of an element" syntax="One of the border-style values" enum="double groove inset none outset ridge solid"/>
  74.     <cssmd:property-def id="border-right-color" type="color" description="The color of the border on the right edge of an element" syntax="#RRGGBB | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/>
  75.     <cssmd:property-def id="border-right-width" type="enum-length" description="The width of the border on the right edge of an element" syntax="a unit | One of the border-width values" enum="medium thick thin"/>
  76.     <cssmd:property-def id="border-right-style" type="enum" description="The style of the border on the right edge of an element" syntax="One of the border-style values" enum="double groove inset none outset ridge solid"/>
  77.     <cssmd:property-def id="border-top-color" type="color" description="The color of the border on the top edge of an element" syntax="#RRGGBB | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/>
  78.     <cssmd:property-def id="border-top-width" type="enum-length" description="The width of the border on the top edge of an element" syntax="a unit | One of the border-width values" enum="medium thick thin"/>
  79.     <cssmd:property-def id="border-top-style" type="enum" description="The style of the border on the top edge of an element" syntax="One of the border-style values" enum="double groove inset none outset ridge solid"/>
  80.     <cssmd:property-def id="border-bottom-color" type="color" description="The color of the border on the bottom edge of an element" syntax="#RRGGBB | Named Color" enum="Aqua Black Blue Fuchsia Gray Green Lime Maroon Navy Olive Purple Red Silver Teal White Yellow"/>
  81.     <cssmd:property-def id="border-bottom-width" type="enum-length" description="The width of the border on the bottom edge of an element" syntax="a unit | One of the border-width values" enum="medium thick thin"/>
  82.     <cssmd:property-def id="border-bottom-style" type="enum" description="The style of the border on the bottom edge of an element" syntax="One of the border-style values" enum="double groove inset none outset ridge solid"/>
  83.  
  84.     <!-- Lists Properties -->
  85.     <cssmd:property-def id="list-style" type="composite" description="The bullet characteristics of a list item" syntax="[list-style-type] [list-style-image] [list-style-position]"/>
  86.     <cssmd:property-def id="list-style-type" type="enum" description="The bullet style of a list item" syntax="One of the list-style-type values" enum="circle decimal disc lower-alpha lower-roman none square upper-alpha upper-roman"/>
  87.     <cssmd:property-def id="list-style-image" type="url" description="The bullet image of a list item" syntax="none | url([url to bullet image])"/>
  88.     <cssmd:property-def id="list-style-position" type="enum" description="The bullet position of a list item" syntax="One of the list-style-position values" enum="inside outside"/>
  89.  
  90.     <!-- Other Properties -->
  91.     <cssmd:property-def id="cursor" type="enum" description="The cursor over an element" syntax="One of the cursor values" enum="auto crosshair default e-resize hand help move n-resize ne-resize nw-resize s-resize se-resize sw-resize text w-resize wait"/>
  92.     <cssmd:property-def id="table-layout" type="enum" description="The cell layout mode of a table" syntax="One of the table-layout values" enum="auto fixed"/>
  93.     <cssmd:property-def id="border-collapse" type="enum" description="The cell border type in a table" syntax="One of the border-collapse values" enum="collapse separate"/>
  94.     <cssmd:property-def id="behavior" type="url" description="Script attached to an element" syntax="url([url to behavior implementation])"/>
  95.     <cssmd:property-def id="filter" type="string" description="Visual effects applied to an element" syntax="sequence of visual filters and transitions"/>
  96.  
  97.     <!-- @font-face Properties -->
  98.     <cssmd:property-def id="src" type="url" description="Location of the font file" syntax="url([url to font download])"/>
  99.   </cssmd:property-set>
  100. </cssmd:cssmd>
  101.